home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac OS on the PowerPC Mic…rocessor - In Store Demo
/
Mac OS on the PowerPC Microprocessor.iso
/
MacOS
/
MacOS.dxr
/
00077.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-05-13
|
293 bÂ
|
17 lines
on mouseDown
global gQuitPict, gBookmark
pushBtn()
if rollOver(18) then
if the movie contains ".DXR" then
set gQuitPict to 0
playDoneMovie()
play done
else
set gQuitPict to 1
stopMovieProcess()
quit()
end if
end if
dontPassEvent()
end